home *** CD-ROM | disk | FTP | other *** search
- totalBytes = this.getBytesTotal();
- loadedBytes = this.getBytesLoaded();
- remainingBytes = totalBytes - loadedBytes;
- percentDone = int(loadedBytes / totalBytes * 1000);
- bar.gotoAndStop(percentDone);
- if(_framesloaded == _totalframes)
- {
- gotoAndStop(12);
- }
-